更新Cocoapod之后出现问题:
diff: /../Podfile.lock: No such file or directory
diff: Manifest.lock: No such file or directory
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or updat...
分类:
移动开发 时间:
2014-11-03 19:31:04
阅读次数:
194
问题重述:
在删掉原来工作空间,重新install pods之后,遇到warning:
ld: warning: directory not found for option '-L/Users/.../Pods/build/Debug-iphoneos'
解决方案:
在Target-Build Settings中找到Search Paths-Library Search Path...
分类:
移动开发 时间:
2014-11-03 19:24:03
阅读次数:
198
1.JNDI(Java Naming and Directory Interface,Java命名和目录接口) 是一组在Java应用中访问命名和目录服务的API。命名服务将名称和对象联系起来,使得我们可以用名称访问对象。目录服务是一种命名服务,在这种服务里,对象不但有名称,还有属性。可以理解为一个....
分类:
数据库 时间:
2014-11-02 23:56:30
阅读次数:
274
提示证书错误,这是11G提高了安全防范。打开CMD,管理员权限,命令行输入以下命令即可:certutil-setregchain\minRSAPubKeyBitLength128
分类:
数据库 时间:
2014-11-02 16:39:36
阅读次数:
210
1.登陆OperationsManager服务器,并打开OperationsManager管理控制台2.点击管理,右键管理包,选择下载管理包3.选择管理包页面,点击添加,出现的“从目录选择管理包”下,键入ActiveDirectory,点击搜索,将会连接Microsoft站点进行下载相关管理包。根据需要添加和ActiveDi..
分类:
其他好文 时间:
2014-11-02 00:48:03
阅读次数:
295
1,短目录和长目录:短目录和长目录都是放在Data region里的,一个directory entry占用32byte,具体参考下表:Short directory entryNameOffset (byte)Size (bytes)DescriptionDIR_Name011Short name...
分类:
其他好文 时间:
2014-11-01 23:10:50
阅读次数:
423
restorecon-Rv/srv/恢复http权限(如果默认不是http的,可以用semanagefcontext)/etc/httpd/conf.d/00vhost.conf<VirtualHost*:80>DocumentRoot/srv/default/wwwCustomLog"logs/default-vhost.log"combined</VirtualHost><Directory/srv/default/www>Requir..
分类:
Web程序 时间:
2014-11-01 06:29:35
阅读次数:
364
实验:
正向解析
1.[root@localhost etc]# vim /var/named/chroot/etc/named.conf
options {
listen-on port 53 { 172.17.0.142; }; -----修改
listen-on-v6 port 53 { ::1; };
directory "/var/named";
dump-file "/...
分类:
其他好文 时间:
2014-10-31 22:15:15
阅读次数:
341
Ubuntu 上使用jad,出现上面错误:./jad: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory网...
分类:
编程语言 时间:
2014-10-31 15:23:23
阅读次数:
188
1.查看本地节点目录 命令窗口中输入:DB2(DB2认证DB2培训) list node directory 2.编目一个TCP/IP节点 命令窗口:db2 catalog tcpip node remote server ostype 3.取消节点编目 db2 uncatalog nod...
分类:
数据库 时间:
2014-10-31 15:18:47
阅读次数:
313